home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00048.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  103 b   |  9 lines

  1. on mouseUp
  2.   silence()
  3.   if the frame > 1900 then
  4.     go("astroa")
  5.   else
  6.     go("astro")
  7.   end if
  8. end
  9.